@charset "utf-8";
body,
html {
  width: 100%;
  height: 100%;
}
.mt100 {
  margin-top: 100px;
}
.c-title2,
.c-title {
  border-top: 1px solid #EAE8E4;
  padding-top: 25px;
  margin-bottom: 20px;
}
.c-title2 h2,
.c-title h2 {
  font-size: 24px;
}
.c-title2 h2,
.c-title h2,
.c-title2 .tips,
.c-title .tips {
  display: inline-block;
}
.c-title2 .tips,
.c-title .tips {
  float: right;
  font-size: 14px;
  line-height: 36px;
}
.c-title2 .tips a,
.c-title .tips a {
  margin-left: 20px;
}
.c-title2 .tips .more,
.c-title .tips .more {
  margin-left: 30px;
}
.c-title2 .tips .more i,
.c-title .tips .more i {
  margin-left: 10px;
}
.c-title2 h2 {
  font-size: 20px;
}
.rpt-box {
  height: 570px;
  background: url(../images/bgi-bd.png) no-repeat center 420px;
  position: relative;
}
.rpt-right-search {
  height: 570px;
  padding-top: 80px;
}
.class-list,
.rpt-main-nav {
  float: left;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  margin-top: 15px;
}
.class-list > ul > li a,
.rpt-main-nav > ul > li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.class-list > ul > li a i,
.rpt-main-nav > ul > li a i {
  float: right;
  font-size: 12px;
}
.class-list > ul > li a:hover,
.rpt-main-nav > ul > li a:hover {
  background-color: #EAE8E4;
  color: #006fdb;
  font-weight: bold;
}
.class-list {
  background-color: #fff;
  position: absolute;
  top: 72px;
  margin-top: 0;
  display: none;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 15px 0;
  z-index: 100;
}
.class-list > ul > li {
  width: 33.3333%;
  float: left;
}
.class-list > ul > li a {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
}
.class-list > ul > li a i {
  font-size: 12px;
}
.class-list > ul > li a:hover {
  background-color: #fff;
}
.class-list .hot {
  width: 50%;
}
.class-list .hot a {
  color: #0551a8;
  text-align: left;
}
.class-list .new {
  width: 100%;
}
.class-list .new a {
  color: #0551a8;
  text-align: left;
}
.all-class:hover > a {
  background-color: #EAE8E4;
}
.all-class:hover .class-list {
  display: block;
}
.rpt-search-list {
  padding: 0 100px;
  margin-top: 10px;
}
.rpt-search-list li {
  padding: 20px 15px;
  width: 33.3333%;
  float: left;
}
.rpt-search-list .link {
  border: 1px solid #e6e6e6;
  display: block;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  font-size: 15px;
}
.rpt-search-list .link i {
  display: block;
  position: relative;
  float: left;
  font-size: 20px;
  color: #006fdb;
}
.rpt-search-list .link p {
  display: block;
  margin-left: 30px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rpt-search-list .link p span {
  color: #006fdb;
}
#rptSearch {
  height: 124px;
}
#rptSearch .slick-prev,
#rptSearch .slick-next {
  top: 50%;
}
#rptSearch .slick-prev {
  left: -20px;
}
#rptSearch .slick-next {
  right: -20px;
}
.subject {
  height: 300px;
}
.subject img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.rpt-list > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.rpt-list > ul > li {
  width: 20%;
  float: left;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rpt-list .w {
  width: 40%;
}
.rpt-item {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
}
.rpt-item .pic {
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
.rpt-item .pic img {
  object-fit: cover;
  padding: 0 15px;
  height: 225px;
}
.rpt-item .txt {
  padding: 15px 30px;
}
.rpt-item .txt a {
  display: block;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rpt-item .txt a b {
  display: block;
  font-weight: normal;
  color: #8A8F99;
  margin-top: 5px;
}
.rpt-item .txt .buy {
  margin-top: 25px;
  border: 1px solid #333;
  height: 42px;
  border-radius: 42px;
  line-height: 42px;
  opacity: 0;
}
.rpt-item .txt .buy i {
  margin-left: 8px;
  transition: all .4s;
}
.rpt-item .txt .buy:hover {
  color: #006fdb;
  border-color: #006fdb;
}
.rpt-item .txt span {
  color: #006fdb;
}
.rpt-item:hover .txt .buy {
  opacity: 1;
}
.rpt-item:hover .txt .buy:hover i {
  margin-left: 15px;
}
.rpt-industry > ul > li {
  width: 20%;
  float: left;
  margin-bottom: 15px;
}
.rpt-industry > ul > li a {
  display: block;
  transition: all .4s;
}
.rpt-industry > ul > li:hover a {
  padding-left: 10px;
}
.rpt-custom {
  background-color: #0551a8;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  font-size: 18px;
}
.rpt-custom h3 {
  font-size: 28px;
  font-weight: normal;
}
.rpt-custom .contact {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.rpt-custom .contact a {
  display: block;
  position: relative;
  z-index: 10;
  height: 52px;
  line-height: 50px;
  padding: 0px 70px;
  color: #fff;
}
.rpt-custom .contact span {
  margin-left: 20px;
}
.rpt-custom .contact::after {
  background-color: #fff;
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 0;
  transition: all .3s;
}
.rpt-custom .contact:hover a {
  color: #000;
}
.rpt-custom .contact:hover::after {
  right: 0;
}
.rpt-free > ul > li {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.rpt-free-list .pic img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.rpt-free-list .txt {
  padding: 20px 30px;
  text-align: center;
  font-weight: bold;
}
.qz-adv {
  width: 100%;
  height: 120px;
  background-color: #C1BFBF;
}
#hotReport .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.zt-import > ul > li {
  padding: 0 15px;
  width: 25%;
  float: left;
}
.zt-import > ul > li > div {
  background-color: #f6f6f6;
  border-radius: 2px;
  overflow: hidden;
}
#ztBox .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
#ztBox {
  margin-bottom: 0;
}
#ztBox .slick-prev {
  left: -20px;
}
#ztBox .slick-next {
  right: -20px;
}
#ztBox .slick-prev,
#ztBox .slick-next {
  top: 50%;
}
.head-class .search-hot {
  display: inline-block;
  margin-left: 50px;
  margin-top: 0;
  line-height: 72px;
}
.rpt-head {
  margin-top: 10px;
}
.box-left {
  width: calc(100% - 480px);
  float: left;
}
.box-left2 {
  width: calc(100% - 560px);
  float: left;
}
.box-right2 {
  width: 480px;
  float: right;
}
.rpt-head-left .title {
  padding-left: 34px;
}
.rpt-head-left h1 {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
}
.box-right,
.rpt-head-right {
  width: 400px;
  float: right;
}
.qz-tips {
  background-color: #FBFBFA;
  padding: 20px 24px;
  font-size: 14px;
}
.qz-tips .c {
  font-size: 13px;
  color: #0551a8;
  margin-top: 15px;
}
.qz-tips .t a {
  color: #ff6600;
  border-bottom: 1px solid #ff6600;
}
.flex-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rpt-head .rpt-img {
  background: url(../images/rpt-book.png) no-repeat;
  width: 556px;
  height: 604px;
  margin-left: -115px;
  position: relative;
}
.rpt-head .rpt-img .txt {
  color: #fff;
  position: absolute;
  font-size: 12px;
  left: 170px;
  top: 130px;
  padding: 0 50px 0 30px;
}
.rpt-head .rpt-img .slogan {
  margin-top: 40px;
}
.rpt-head .rpt-info {
  position: absolute;
  left: 500px;
  top: 10px;
}
.rpt-head .rpt-info .property p {
  margin-bottom: 25px;
}
.rpt-head .rpt-info .property p b {
  color: red;
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}
.rpt-action {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.rpt-action a {
  width: 175px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
  border-radius: 2px;
}
.rpt-action a i {
  margin-right: 8px;
  font-size: 18px;
}
.rpt-action a.buy {
  background-color: #F34E4E;
}
.rpt-action a.buy:hover {
  background-color: #EC3C3C;
}
.rpt-action a.shop {
  background-color: #FD8F30;
}
.rpt-action a.shop:hover {
  background-color: #F28322;
}
.rpt-action a.chat {
  background-color: #1ACB6D;
}
.rpt-action a.chat:hover {
  background-color: #12BE63;
}
.rpt-action a.dingzhi {
  background-color: #006FDB;
}
.rpt-action a.dingzhi:hover {
  background-color: #068AD5;
}
.rpt-head .gift {
  color: #a9aaaa;
  font-size: 13px;
  line-height: 2.2;
}
.rpt-head .gift b {
  color: #000;
}
.rpt-head .gift span,
.rpt-head .gift a {
  color: #006fdb;
}
.rpt-head .gift a:hover {
  color: #0551a8;
}
.rpt-append > ul > li {
  position: relative;
}
.rpt-append > ul > li a,
.rpt-append > ul > li p {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 26px;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.rpt-append > ul > li a i,
.rpt-append > ul > li p i {
  font-size: 24px;
  margin-right: 20px;
}
.rpt-append > ul > li p {
  line-height: 2;
  align-items: inherit;
}
.rpt-append > ul > li label {
  font-size: 12px;
  color: #8A8F99;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.rpt-append > ul > li::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #006fdb;
  transition: width .3s linear;
}
.rpt-append > ul > li:hover::after {
  width: 100%;
}
.rpt-fx {
  padding-top: 20px;
  padding-left: 26px;
  font-size: 14px;
}
.rpt-fx span {
  display: inline-block;
}
.share {
  display: flex;
  align-items: center;
}
.share p {
  display: inline-block;
  margin-left: 20px;
}
.share i {
  font-size: 24px;
}
.share .wx {
  color: #00B931;
}
.share .sina {
  color: #F9240B;
}
.share .qzone {
  color: #FFA023;
}
.rpt-good > ul > li img {
  height: 166px;
}
.statement {
  line-height: 2;
}
.statement p {
  text-indent: 2em;
}
.mulu-tab > ul > li {
  display: inline-block;
  font-size: 20px;
  margin-right: 50px;
  cursor: pointer;
}
.mulu-tab .active {
  color: #006fdb;
  position: relative;
  font-weight: bold;
}
.mulu-tab .active::before {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #006fdb;
  display: inline-block;
  content: "";
}
.rpt-content {
  margin-top: 30px;
  width: 720px;
}
.rpt-content .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rpt-content .buy_con1 {
  font-size: 14px;
  line-height: 2.2;
}
.rpt-content .buy_con1 p {
  padding-left: 50px;
}
.rpt-content .buy_con1 .pad-l-24 {
  font-weight: bold;
}
.rpt-content .buy_con1 .pad-l-36,
.rpt-content .buy_con1 .pad-l-48 {
  color: #707070;
}
.rpt-content .buy_con1 .pad-l-36 {
  padding-left: 30px;
}
.rpt-content .buy_con1 .pad-l-48 {
  padding-left: 40px;
}
.rpt-content .buy_con1 h4,
.rpt-content .buy_con1 p.p1 {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: #F7F9FC;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 0;
  border-left: 3px solid #698CC1;
  margin-top: 20px;
}
.value-table {
  width: 100%;
}
.value-table td {
  background-color: #F6F5F3;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.value-table tr td:first-child {
  background-color: #006fdb;
  color: #fff;
  width: 180px;
  text-align: center;
}
.value-table tr td:last-child {
  padding-left: 30px;
}
.value-content {
  padding-left: 23px;
}
.listpage {
  text-align: center;
  font-size: 14px;
}
.listpage span,
.listpage a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
  margin-left: 5px;
  margin-right: 5px;
}
.listpage .cur {
  background-color: #006fdb;
  color: #fff;
  border-color: #006fdb;
}
.chart-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 15px 0;
}
.chart-item > label {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  color: #8a8f99;
}
.chart-item .chart-class {
  margin-left: 100px;
}
.chart-item .chart-class > ul > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.chart-item .chart-class .current a {
  color: #006fdb;
}
.hy-newslist > ul {
  margin-left: -30px;
  margin-right: -30px;
}
.hy-newslist > ul > li {
  width: 20%;
  float: left;
  padding: 0 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hy-newslist > ul > li > div .pic {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: relative;
}
.hy-newslist > ul > li > div .pic::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
}
.hy-newslist > ul > li > div .pic span {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #006fdb;
  color: #fff;
  padding: 3px 6px;
  left: 5px;
  top: 5px;
  z-index: 1;
  font-size: 12px;
  border-radius: 2px;
}
.hy-newslist > ul > li > div .pic img {
  max-width: 100%;
  max-height: 100%;
}
.hy-newslist > ul > li > div .pic .collect {
  width: 19px;
  height: 17px;
  background: url(../images/sc.png);
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  right: 10px;
  top: 10px;
  left: inherit;
  z-index: 1;
}
.hy-newslist > ul > li > div .pic .collected {
  width: 19px;
  height: 17px;
  background: url(../images/sc2.png);
  background-size: cover;
  position: absolute;
  content: "";
  display: inline-block;
  right: 10px;
  top: 10px;
  left: inherit;
  z-index: 1;
}
.hy-newslist > ul > li > div .txt {
  text-align: center;
  margin-top: 30px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hy-newslist > ul > li > div .txt .tips {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  padding-left: 12px;
  color: #006fdb;
  border-left: 3px solid #006fdb;
}
.hy-newslist > ul > li > div .txt p {
  margin-top: 20px;
  color: #8a8f99;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 78px;
  font-size: 14px;
}
.art-title {
  border-bottom: 1px solid #eae8e4;
  padding-bottom: 20px;
}
.art-title h1 {
  font-size: 28px;
}
.art-tips,
.art-share {
  display: inline-block;
}
.art-tips {
  color: #8a8f99;
  float: left;
  color: #a5b8d6;
}
.art-tips a {
  color: #a5b8d6;
}
.art-tips span {
  margin-right: 20px;
}
.art-share {
  float: right;
}
.art-share p {
  display: inline-block;
  position: relative;
}
.art-share p i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #eee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 24px;
  transition: all .3s;
}
.art-share .wx-img {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  background-color: #eee;
  border: 1px solid #eae8e4;
  top: 35px;
  -webkit-box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  -moz-box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  padding: 10px;
}
.art-share p:last-child {
  margin-right: 0;
}
.art-share .weixin {
  display: inline-block;
}
.art-share .weixin i {
  color: #00C900;
}
.art-share .weixin:hover i {
  background-color: #00C900;
  color: #fff;
}
.art-share .sina i {
  color: #EB0000;
}
.art-share .sina:hover i {
  background-color: #EB0000;
  color: #fff;
}
.art-share .qzone i {
  color: #FFA43D;
}
.art-share .qzone:hover i {
  background-color: #FFA43D;
  color: #fff;
}
.art-share .baidu i {
  color: #4353e8;
}
.art-share .baidu:hover i {
  background-color: #4353e8;
  color: #fff;
}
.art-content {
  padding: 8px 0 26px 0;
  font-size: 16px;
}
.art-content p,
.art-content div {
  text-indent: 2em;
  line-height: 2;
  margin-top: 24px;
  word-wrap: break-word;
}
.art-content p img,
.art-content div img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.art-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
.art-content .blue_dtn {
  color: #006fdb;
}
.art-report {
  border: 1px solid #fafafa;
  padding: 20px;
  position: relative;
}
.art-report h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.art-report .pic {
  width: 90px;
  position: relative;
  float: left;
  line-height: 1;
}
.art-report .pic img {
  width: 100%;
}
.art-report .info {
  margin-left: 120px;
  position: relative;
  padding-right: 150px;
}
.art-report .info p {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
}
.art-report .detail {
  color: #0551a8;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  top: 50%;
  background-color: #006fdb;
  color: #fff;
  padding: 4px 10px;
  margin-top: -8px;
}
.art-report .detail i {
  font-size: 12px;
  margin-left: 5px;
}
.art-report .detail:hover {
  color: #fff;
  background-color: #0551a8;
}
.rel-news {
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 30px 50px 20px 50px;
  border-radius: 2px;
}
.rel-news .t {
  position: absolute;
  content: "";
  top: -12px;
  left: 40px;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  color: #0551a8;
  font-size: 16px;
}
.rel-news .news-list > ul > li {
  padding: 6px 0;
}
.art-hearten {
  text-align: center;
}
.praise {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  line-height: 1;
  padding-top: 18px;
  cursor: pointer;
}
.praise span {
  display: block;
}
.praise .praise-txt {
  margin-top: 10px;
  font-size: 14px;
}
.praise .praise-icon {
  transition: all .3s;
}
.praise .praise-icon i {
  color: #8A8F99;
  font-size: 36px;
}
.praise-active {
  border-color: #006fdb;
}
.praise-active .praise-icon {
  transform: rotate(360deg);
  color: #006fdb;
}
.praise-active .praise-icon i {
  color: #006fdb;
}
.art-statement {
  color: #8a8f99;
  font-size: 14px;
  line-height: 2;
}
.art-foot {
  background-color: #F7F7F7;
  border-top: 3px solid #006fdb;
  height: 75px;
  line-height: 72px;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
}
.art-foot .art-tips a {
  color: #8a8f99;
  margin-right: 15px;
}
.art-foot .art-tips a:hover {
  color: #006fdb;
}
.art-foot .ly {
  position: absolute;
  content: "";
  display: inline-block;
  right: 220px;
  top: 0;
  z-index: 1;
}
.art-foot .ly::before {
  position: absolute;
  content: "";
  display: inline-block;
  right: -20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  top: 25px;
}
.art-foot .ly a {
  display: flex;
  justify-content: center;
  color: #8a8f99;
}
.art-foot .ly span {
  display: inline-block;
}
.art-foot .ly i {
  font-size: 20px;
  margin-right: 10px;
}
.art-foot .art-share {
  position: absolute;
  content: "";
  display: inline-block;
  right: 20px;
  top: 0;
}
.art-foot .art-share p {
  margin-left: 15px;
}
.art-foot .art-share p i {
  background-color: inherit;
  font-size: 20px;
}
.art-we-do {
  border: 1px solid #e6e6e6;
  padding: 40px 30px 30px 30px;
  margin-top: 50px;
}
.art-we-do > ul > li i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 85px;
}
.art-we-do > ul > li span {
  margin-top: 20px;
}
.art-wx {
  border: 1px solid #e6e6e6;
}
.art-wx .wx {
  width: 50%;
  float: left;
  padding: 30px;
}
.art-wx .wx .img {
  width: 120px;
  position: relative;
  float: left;
}
.art-wx .wx > div {
  margin-left: 140px;
  padding-top: 5px;
}
.art-wx .wx > div p {
  font-size: 14px;
  color: #a9aaaa;
  margin-top: 10px;
}
.message h3 {
  border-left: 3px solid #006fdb;
  padding-left: 12px;
  line-height: 1;
  font-size: 20px;
}
.message-form {
  border: 1px solid #e6e6e6;
  position: relative;
}
.message-form .dl {
  position: absolute;
  content: "";
  display: inline-block;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #8a8f99;
  font-size: 14px;
}
.message-form .area {
  width: 100%;
  height: 120px;
  border: 0;
  padding: 20px;
}
.message-form .sub {
  height: 54px;
  line-height: 54px;
  background-color: #F6F5F3;
}
.message-form .sub p {
  display: inline-block;
  margin-left: 20px;
  color: #8a8f99;
  font-size: 14px;
}
.message-form .sub .sub-btn {
  height: 54px;
  line-height: 54px;
  border: 0px;
  color: #fff;
  background-color: #006fdb;
  float: right;
  padding: 0 30px;
  font-size: 16px;
}
.message-list {
  margin-top: 30px;
}
.message-list > ul > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.message-list > ul > li .img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  float: left;
}
.message-list > ul > li .img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.message-list > ul > li .txt {
  margin-left: 80px;
}
.message-list > ul > li .txt .user {
  font-weight: bold;
  margin-bottom: 10px;
}
.message-list > ul > li .txt .f {
  margin-top: 15px;
  font-size: 14px;
  color: #8a8f99;
}
.message-list > ul > li .txt .f .zan {
  float: right;
  margin-left: 20px;
  cursor: pointer;
}
.message-list > ul > li .txt .f .zan i {
  margin-right: 5px;
  font-size: 12px;
}
.real-newslist {
  margin-top: 20px;
}
.real-newslist > ul > li {
  padding: 15px 0;
}
.real-newslist > ul > li .t {
  font-size: 18px;
}
.real-newslist > ul > li > div {
  font-size: 12px;
  color: #8a8f99;
  margin-top: 10px;
}
.real-newslist > ul > li > div span {
  margin-right: 20px;
  display: inline-block;
}
.real-newslist > ul > li > div .k {
  background-color: #FBFBFD;
  border-radius: 2px;
  padding: 2px 4px;
}
.zk-slider {
  height: 542px;
  position: relative;
  background: url(../images/zkbg.png) center center no-repeat;
}
.zk-slider::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.zk-slider .txt {
  position: absolute;
  content: "";
  display: inline-block;
  color: #fff;
  z-index: 10;
  left: 50%;
  margin-left: -700px;
  height: 482px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.zk-slider .txt h1 {
  font-size: 32px;
  margin-top: 20px;
}
.zk-list {
  margin-top: 100px;
  position: relative;
  margin-bottom: 50px;
}
.zk-list .items {
  min-height: 450px;
  display: flex;
  align-items: center;
  width: 540px;
  min-height: 650px;
}
.zk-list .txt .slogo {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.zk-list .txt .slogo p {
  font-size: 20px;
  margin-left: 20px;
}
.zk-list .txt h2 {
  padding: 25px 0;
  font-size: 36px;
  border-top: 1px solid #8A8F99;
  border-bottom: 1px solid #8A8F99;
  font-weight: normal;
}
.zk-list .txt h2 span {
  color: #006fdb;
}
.zk-list .txt .des {
  line-height: 2;
  margin-top: 40px;
}
.zk-list .txt .d {
  margin-top: 50px;
}
.zk-list .txt .d a {
  display: flex;
  align-items: center;
  width: 120px;
  float: left;
  margin-right: 50px;
}
.zk-list .txt .d i {
  font-size: 30px;
  margin-right: 15px;
}
.zk-list .pic {
  position: absolute;
  content: "";
  display: inline-block;
  width: 460px;
  top: 0;
  right: 0;
}
.zk-box .zk-list:nth-child(even) .items {
  margin-left: 50%;
}
.zk-box .zk-list:nth-child(even) .pic {
  right: inherit;
  left: 0;
}
.kf-pop-left {
  position: fixed;
  left: 1px;
  top: 50%;
  margin-top: -70px;
  z-index: 100;
}
.kf-pop-left > div {
  margin-bottom: 15px;
  position: relative;
}
.kf-pop-left .k {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  line-height: 60px;
  text-align: center;
}
.kf-pop-left .k img {
  height: 32px;
}
.kf-pop-left .k i {
  font-size: 28px;
  color: #09BB07;
}
.kf-pop-left .kf-tx .c {
  content: "";
  display: inline-block;
  left: 100%;
  top: 0;
  position: absolute;
  opacity: 0;
  padding-left: 10px;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.4s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.4s, transform 0.3s ease-out;
  transition: opacity 0.4s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.kf-pop-left .kf-tx .c > div {
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
  width: 260px;
}
.kf-pop-left .kf-tx .c .qq-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.kf-pop-left .kf-tx .c .qq-list a {
  color: #ff2727;
}
.kf-pop-left .kf-tx .c .qq-list a:hover {
  text-decoration: underline;
}
.kf-pop-left .kf-tx .c .tel {
  margin-top: 20px;
}
.kf-pop-left .kf-tx:hover .c {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.kf-pop {
  position: fixed;
  right: 1px;
  bottom: 20px;
  z-index: 100;
}
.kf-pop > ul > li {
  width: 60px;
  margin-bottom: 10px;
  text-align: center;
  color: #8A8F99;
  position: relative;
}
.kf-pop > ul > li > p {
  width: 60px;
  background-color: #EAE8E4;
  height: 60px;
  line-height: 60px;
}
.kf-pop > ul > li > p i {
  font-size: 22px;
}
.kf-pop > ul > li .online {
  background-color: #006fdb;
  color: #fff;
}
.kf-pop > ul > li .online a {
  color: #fff;
  display: block;
}
.kf-pop > ul > li .online:hover {
  background-color: #0551a8;
}
.kf-pop > ul > li .c {
  content: "";
  display: inline-block;
  right: 100%;
  bottom: 0px;
  position: absolute;
  opacity: 0;
  padding-right: 10px;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.4s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.4s, transform 0.3s ease-out;
  transition: opacity 0.4s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.kf-pop > ul > li .c-n {
  padding: 20px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.kf-pop > ul > li .gz {
  width: 50%;
  float: left;
}
.kf-pop > ul > li .gz img {
  width: 110px;
}
.kf-pop > ul > li .node {
  text-align: left;
}
.kf-pop > ul > li .node i {
  font-size: 24px;
  display: block;
  float: left;
  position: relative;
}
.kf-pop > ul > li .node div {
  margin-left: 40px;
  color: #000;
}
.kf-pop > ul > li .node a:hover b {
  color: #006fdb;
}
.kf-pop > ul > li:hover .c {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.kf-pop .ser-item {
  background-color: #006fdb;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.kf-pop .ser-item a {
  color: #fff;
  padding: 8px 7px;
  display: block;
  font-size: 14px;
}
.kf-pop .ser-item a:hover {
  background-color: #0551a8;
}
.kf-pop .ser-item li {
  position: relative;
  margin-bottom: 0px;
}
.kf-pop .ser-item li::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  left: 10px;
  right: 10px;
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.kf-pop .ser-item li:last-child::after {
  display: none;
}
.to-top {
  cursor: pointer;
}
.chart-left {
  width: 220px;
  float: left;
  background-color: #fff;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0px;
  padding-top: 98px;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 10px 20px rgba(52, 152, 219, 0.1);
}
.chart-left .chart-nav h2 {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  font-weight: normal;
}
.chart-left .chart-nav h2 a {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 15px;
  color: #7595b5;
}
.chart-left .chart-nav h2 a span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.chart-left .chart-nav h2 a .ic {
  font-size: 15px;
  color: #a9c8de;
  margin-right: 14px;
}
.chart-left .chart-nav h2 a .icon-down {
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
  transform: scale(0.9);
}
.chart-left .chart-nav h2 a:hover {
  color: #006fdb;
}
.chart-left .chart-nav h2 a:hover i {
  color: #006fdb;
}
.chart-left .chart-nav .active {
  background-color: #eef1f9;
}
.chart-left .chart-nav .active a {
  color: #006fdb;
}
.chart-left .chart-nav .active a i {
  color: #006fdb;
}
.chart-left .chart-nav .menu_body {
  padding-left: 52px;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.chart-left .chart-nav .menu_body a {
  padding: 3px 0;
  display: block;
  color: #315578;
}
.chart-left .chart-nav .menu_body a:hover,
.chart-left .chart-nav .menu_body a.active {
  background-color: inherit;
  color: #006fdb;
}
.chart-right {
  width: calc(100% - 220px);
  float: right;
  padding: 30px 60px;
  padding-top: 128px;
}
.chart-right .hy-newslist > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.chart-right .hy-newslist {
  position: relative;
}
.chart-right .hy-newslist .user-tips {
  position: absolute;
  content: "";
  display: inline-block;
  text-align: center;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 10;
  font-size: 18px;
  line-height: 2;
}
.chart-right .hy-newslist > ul > li {
  padding: 0 20px;
}
.chart-right .hy-newslist > ul > li > div .pic {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.chart-right .hy-newslist > ul > li .des {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 70px;
  overflow: hidden;
  font-size: 14px;
  color: #8a8f99;
  margin-top: 10px;
  line-height: 1.8;
}
.chart-right .hy-newslist > ul > li .des span {
  color: #ff2727;
}
.chart-right .hy-newslist > ul > li > div .txt {
  margin-top: 20px;
}
.chart-right .hy-newslist > ul > li > div .txt span {
  color: #ff2727;
}
.chart-right .hy-newslist > ul > li > div .pic .time {
  bottom: 0;
  left: 0;
  top: inherit;
  right: inherit;
  background-color: inherit;
  color: #8a8f99;
}
.chart-right .hy-newslist > ul > li > div .pic .down {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
  background-color: inherit;
  color: #8a8f99;
}
.chart-vd {
  position: relative;
  padding-right: 300px;
}
.chart-vd > ul > li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.chart-vd > ul > li a {
  display: block;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.chart-vd .current a {
  background-color: #006fdb;
  color: #fff;
}
.chart-vd .search-head {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 300px;
}
.chart-vd .search-head .keys {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.chart-vd .search-head .sub {
  height: 40px;
  line-height: 40px;
}
.chart-vd .search-head .close {
  position: absolute;
  content: "";
  display: inline-block;
  top: 10px;
  right: 80px;
  z-index: 1;
  cursor: pointer;
}
.chart-vd .search-head .close i {
  font-size: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-weight: bold;
  color: #ff2727;
  text-align: center;
  line-height: 20px;
  transform: scale(0.8);
}
.search-result_table {
  width: 100%;
}
.search-result_table th {
  background: #fafafa;
  font-weight: normal;
}
.search-result_table td,
.search-result_table th {
  border: 1px solid #eee;
  padding: 10px;
}
.my-order h1 {
  font-size: 24px;
}
.buy-order {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
}
.buy-order th {
  background-color: rgba(0, 111, 219, 0.1);
}
.buy-order th,
.buy-order td {
  padding: 8px;
  border: 1px solid #eee;
}
.buy-order tr th:last-child,
.buy-order tr td:last-child {
  text-align: center;
}
.buy-order tr:hover td {
  background-color: rgba(0, 111, 219, 0.02);
}
.process_fm {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.process_list li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.process_list-pay_tit {
  color: #999;
}
.process_pay_alipay {
  background-color: #26a2de;
  padding: 0 40px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
}
.process_pay_alipay:hover {
  color: #fff;
  background-color: #006fdb;
}
.process_pay_weixin {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.process_pay_weixin .process_pay_weixin_btn {
  background-color: #27ac37;
  padding: 8px 40px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.process_pay_weixin .process_pay_weixin_btn:hover {
  background-color: #1acb6d;
}
.process_pay_weixin_qr {
  margin-left: -70px;
  background-color: #eee;
  padding: 10px;
  width: 140px;
  left: 50%;
  bottom: 100%;
  position: absolute;
  margin-bottom: 15px;
  display: none;
}
.index-class {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 40px;
}
.index-class > ul > li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.index-class > ul > li::after {
  position: absolute;
  display: inline-block;
  right: -22px;
  height: 15px;
  background-color: #ddd;
  top: 3px;
  content: "";
  width: 1px;
}
.index-class > ul > li:last-child::after {
  display: none;
}
.data-count {
  margin-left: -20px;
  margin-right: -20px;
}
.data-count > div {
  width: 25%;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
}
.data-count-list {
  padding: 30px 20px 30px 30px;
  background: url(../images/sjbg1.png) #ffffff no-repeat 90% 70%;
}
.data-count-list span {
  display: block;
}
.data-count-list .num {
  font-size: 30px;
  font-family: "rope";
  margin-top: 20px;
  color: #63A5E4;
}
.data-bg2 {
  background: url(../images/sjbg2.png) #ffffff no-repeat 90% 70%;
}
.data-bg2 .num {
  color: #FFA958;
}
.data-bg3 {
  background: url(../images/sjbg3.png) #ffffff no-repeat 90% 70%;
}
.data-bg3 .num {
  color: #6DCBBF;
}
.data-bg4 {
  background: url(../images/sjbg4.png) #ffffff no-repeat 90% 70%;
}
.data-bg4 .num {
  color: #feaaaa;
}
.search-type {
  margin-bottom: 30px;
  text-align: left;
  text-align: center;
}
.search-type p {
  display: inline-block;
  font-size: 14px;
  background-color: #EEF6FC;
  padding: 7px 20px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.search-type p:hover {
  color: #006fdb;
}
.search-type .active {
  background-color: #006fdb;
  color: #fff;
}
.search-type .active:hover {
  color: #fff;
}
.search-type .active::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 10px solid #006fdb;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  display: inline-block;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.tit-class {
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  position: relative;
}
.tit-class a {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 15px;
  position: relative;
}
.tit-class .active {
  color: #006fdb;
}
.tit-class .active::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -1px;
  height: 3px;
  background-color: #006fdb;
  left: 0;
  right: 0;
}
.news-list-page {
  background-color: #fff;
  padding: 0 30px;
  margin-top: 30px;
}
.news-list-page > ul > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.news-list-page > ul > li .pic {
  width: 230px;
  float: left;
  position: relative;
  overflow: hidden;
}
.news-list-page > ul > li .pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: all .4s;
}
.news-list-page > ul > li .txt {
  margin-left: 270px;
  min-height: 150px;
}
.news-list-page > ul > li .txt .time,
.news-list-page > ul > li .txt .sns {
  display: inline-block;
  font-size: 13px;
  color: #8a8f99;
}
.news-list-page > ul > li .txt .time i,
.news-list-page > ul > li .txt .sns i {
  font-size: 12px;
  margin-right: 6px;
}
.news-list-page > ul > li .txt .sns em {
  margin-right: 20px;
}
.news-list-page > ul > li .txt .time,
.news-list-page > ul > li .txt .view,
.news-list-page > ul > li .txt .zan,
.news-list-page > ul > li .txt .down {
  position: relative;
  padding-left: 20px;
}
.news-list-page > ul > li .txt .time::before,
.news-list-page > ul > li .txt .view::before,
.news-list-page > ul > li .txt .zan::before,
.news-list-page > ul > li .txt .down::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 2px;
}
.news-list-page > ul > li .txt .view {
  color: #a5b8d6;
}
.news-list-page > ul > li .txt .view:hover {
  color: #006fdb;
}
.news-list-page > ul > li .txt .time::before {
  background: url(../images/clock.png);
}
.news-list-page > ul > li .txt .view::before {
  background: url(../images/author.png);
  top: 1px;
}
.news-list-page > ul > li .txt .zan::before {
  background: url(../images/zan.png);
}
.news-list-page > ul > li .txt .des {
  font-size: 14px;
  color: #8a8f99;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
}
.news-list-page > ul > li .txt .tags {
  font-size: 12px;
}
.news-list-page > ul > li .txt .tags i {
  color: #a9aaaa;
  margin-right: 5px;
  display: inline-block;
  transform: scale(0.8);
  opacity: .6;
}
.news-list-page > ul > li .txt .tags a {
  color: #a9aaaa;
  margin-right: 10px;
}
.news-list-page > ul > li .txt .tags a:hover {
  color: #006fdb;
}
.news-list-page > ul > li:hover .pic img {
  transform: scale(1.1);
}
.art-title {
  border-bottom: 1px solid #eae8e4;
  padding-bottom: 20px;
}
.art-title h1 {
  font-size: 28px;
}
.art-tips,
.art-share {
  display: inline-block;
}
.art-tips {
  color: #8a8f99;
  float: left;
  color: #a5b8d6;
}
.art-tips a {
  color: #a5b8d6;
}
.art-tips span {
  margin-right: 20px;
}
.art-tips .author img {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  margin-right: 8px;
}
.art-share {
  float: right;
}
.art-share p {
  display: inline-block;
  position: relative;
}
.art-share p i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #eee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 24px;
  transition: all .3s;
}
.art-share .wx-img {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  background-color: #eee;
  border: 1px solid #eae8e4;
  top: 35px;
  -webkit-box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  -moz-box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  box-shadow: 0 10px 20px rgba(29, 80, 162, 0.06);
  padding: 10px;
}
.art-share p:last-child {
  margin-right: 0;
}
.art-share .weixin {
  display: inline-block;
}
.art-share .weixin i {
  color: #00C900;
}
.art-share .weixin:hover i {
  background-color: #00C900;
  color: #fff;
}
.art-share .sina i {
  color: #EB0000;
}
.art-share .sina:hover i {
  background-color: #EB0000;
  color: #fff;
}
.art-share .qzone i {
  color: #FFA43D;
}
.art-share .qzone:hover i {
  background-color: #FFA43D;
  color: #fff;
}
.art-share .baidu i {
  color: #4353e8;
}
.art-share .baidu:hover i {
  background-color: #4353e8;
  color: #fff;
}
.art-content {
  padding: 8px 0 26px 0;
  font-size: 16px;
}
.art-content p,
.art-content div {
  text-indent: 2em;
  line-height: 2;
  margin-top: 24px;
  word-wrap: break-word;
}
.art-content p img,
.art-content div img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.art-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}
.art-content .blue_dtn {
  color: #006fdb;
}
.art-box {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
.art-report {
  border: 1px solid #fafafa;
  padding: 20px;
  position: relative;
}
.art-report h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.art-report .pic {
  width: 90px;
  position: relative;
  float: left;
  line-height: 1;
}
.art-report .pic img {
  width: 100%;
}
.art-report .info {
  margin-left: 120px;
  position: relative;
  padding-right: 150px;
}
.art-report .info p {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
}
.art-report .detail {
  color: #0551a8;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  top: 50%;
  background-color: #006fdb;
  color: #fff;
  padding: 4px 10px;
  margin-top: -8px;
}
.art-report .detail i {
  font-size: 12px;
  margin-left: 5px;
}
.art-report .detail:hover {
  color: #fff;
  background-color: #0551a8;
}
.rel-news {
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 30px 50px 20px 50px;
  border-radius: 2px;
}
.rel-news .t {
  position: absolute;
  content: "";
  top: -12px;
  left: 40px;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  color: #0551a8;
  font-size: 16px;
}
.rel-news .news-list > ul > li {
  padding: 6px 0;
}
.art-hearten {
  text-align: center;
}
.praise {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  line-height: 1;
  padding-top: 18px;
  cursor: pointer;
}
.praise span {
  display: block;
}
.praise .praise-txt {
  margin-top: 10px;
  font-size: 14px;
}
.praise .praise-icon {
  transition: all .3s;
}
.praise .praise-icon i {
  color: #8A8F99;
  font-size: 36px;
}
.praise-active {
  border-color: #006fdb;
}
.praise-active .praise-icon {
  transform: rotate(360deg);
  color: #006fdb;
}
.praise-active .praise-icon i {
  color: #006fdb;
}
.art-statement {
  color: #8a8f99;
  font-size: 14px;
  line-height: 2;
}
.art-foot {
  background-color: #F7F7F7;
  border-top: 3px solid #006fdb;
  height: 75px;
  line-height: 72px;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
}
.art-foot .art-tips a {
  color: #8a8f99;
  margin-right: 15px;
}
.art-foot .art-tips a:hover {
  color: #006fdb;
}
.art-foot .ly {
  position: absolute;
  content: "";
  display: inline-block;
  right: 220px;
  top: 0;
  z-index: 1;
}
.art-foot .ly::before {
  position: absolute;
  content: "";
  display: inline-block;
  right: -20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  top: 25px;
}
.art-foot .ly a {
  display: flex;
  justify-content: center;
  color: #8a8f99;
}
.art-foot .ly span {
  display: inline-block;
}
.art-foot .ly i {
  font-size: 20px;
  margin-right: 10px;
}
.art-foot .art-share {
  position: absolute;
  content: "";
  display: inline-block;
  right: 20px;
  top: 0;
}
.art-foot .art-share p {
  margin-left: 15px;
}
.art-foot .art-share p i {
  background-color: inherit;
  font-size: 20px;
}
.rpt-freelist .row {
  margin-left: -10px;
  margin-right: -10px;
}
.rpt-freelist > ul > li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.rpt-freelist > ul > li > div {
  position: relative;
  min-height: 200px;
  background-color: #fff;
  padding: 20px;
}
.rpt-freelist > ul > li .pic {
  position: relative;
  width: 120px;
  float: left;
  border: 1px solid #eee;
}
.rpt-freelist > ul > li .pic img {
  width: 120px;
  height: 160px;
  object-fit: cover;
}
.rpt-freelist > ul > li .txt {
  margin-left: 140px;
}
.rpt-freelist > ul > li .txt .t {
  font-size: 18px;
  font-weight: bold;
}
.rpt-freelist > ul > li .txt p {
  font-size: 14px;
  margin-top: 10px;
}
.rpt-freelist > ul > li .txt p span {
  display: inline-block;
  margin-right: 15px;
}
.rpt-freelist > ul > li .txt .tip {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 20px;
  left: 160px;
}
.rpt-freelist > ul > li .txt .tip span {
  margin-right: 10px;
}
.rpt-free-content {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 40px;
}
.rpt-free-content .rpt-cover {
  overflow: hidden;
}
.rpt-free-content .rpt-cover img {
  transform: scale(1.6);
}
.rpt-free-content .rpt-arg p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  color: #222;
}
.rpt-free-content .rpt-arg .t {
  color: #000;
}
.rpt-free-content .rpt-arg table {
  width: 100%;
}
.rpt-free-content .rpt-arg table td {
  color: rgba(62, 70, 77, 0.68);
  padding-top: 5px;
  padding-bottom: 5px;
}
.rpt-free-content .rpt-title {
  position: relative;
  margin-top: 30px;
}
.rpt-free-content .rpt-title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-right: 130px;
}
.rpt-free-content .rpt-title .collect {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 0;
  text-align: center;
  font-size: 0.2rem;
}
.rpt-free-content .rpt-title .collect img {
  width: 0.44rem;
}
.rpt-free-content .rpt-title .read,
.rpt-free-content .rpt-title .money {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0px;
  top: 6px;
}
.rpt-free-content .rpt-title .read a,
.rpt-free-content .rpt-title .money a {
  background-color: #FFCB55;
  display: inline-block;
  text-align: center;
  width: 50px;
  font-size: 14px;
  padding: 5px 8px;
  color: #222;
}
.rpt-free-content .rpt-title .read a:hover,
.rpt-free-content .rpt-title .money a:hover {
  background-color: #F9BC30;
}
.rpt-free-content .rpt-title .read {
  right: 60px;
}
.rpt-free-content .rpt-title .read a {
  background-color: #5E86E2;
  color: #fff;
}
.rpt-free-content .rpt-title .read a:hover {
  background-color: #006fdb;
}
.rpt-free-content .rpt-node {
  margin-top: 30px;
}
.rpt-free-content .rpt-node h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #222;
}
.rpt-free-content .rpt-content {
  text-align: justify;
  color: rgba(62, 70, 77, 0.68);
}
.rpt-free-content .rpt-content img {
  box-shadow: 0px 0px 0px 0.5px #DBDBDB;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.rpt-free-content .rpt-content img:first-child {
  margin-top: 8px;
}
.rpt-free-content .rpt-down {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 53%, #ffffff 100%);
  padding: 150px 0 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.rpt-free-content .rpt-down .jf-shop-btn .blue,
.rpt-free-content .rpt-down .order-suc-btn .blue {
  background-image: linear-gradient(#5696ff, #4d6fff);
  box-shadow: 0 3px 8px rgba(77, 111, 255, 0.4);
}
.rpt-free-content .rpt-down .jf-shop-btn .orange {
  background-image: linear-gradient(#ffcb55, #efb001);
  box-shadow: 0 3px 8px rgba(255, 203, 85, 0.4);
}
.rpt-free-content .rpt-down .jf-shop-btn,
.rpt-free-content .rpt-down .order-suc-btn {
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
.rpt-free-content .rpt-down .jf-shop-btn a,
.rpt-free-content .rpt-down .order-suc-btn a,
.rpt-free-content .rpt-down .jf-shop-btn .btn,
.rpt-free-content .rpt-down .order-suc-btn .btn {
  height: 52px;
  line-height: 52px;
  width: 40%;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  color: #fff;
  border-radius: 52px;
  font-size: 18px;
  display: inline-block;
}
.contribute-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.contribute-pop-content {
  position: absolute;
  top: 50%;
  background-color: #fff;
  width: 500px;
  border-radius: 5px;
  padding: 50px 30px 40px 30px;
  left: 50%;
  margin-left: -250px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.contribute-pop-content button {
  background-color: #4284da;
  font-size: 16px;
  padding: 0 50px;
  border-radius: 4px;
  border: 0;
  height: 46px;
  line-height: 46px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}
.hy-more {
  text-align: center;
  margin-top: 30px;
}
.hy-more a {
  border: 2px solid #707070;
  display: inline-block;
  padding: 18px 130px;
}
.hy-more a:hover {
  border-color: #006fdb;
}
.pointer-no::after {
  position: absolute;
  content: "";
  display: inline-block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.08);
  top: 0;
  bottom: 0;
  z-index: 100;
  left: 0;
  width: 260px;
}
.pointer-no a {
  pointer-events: none;
  color: #aaa;
}
.pointer-no a i {
  opacity: 0.5;
}
.buy-one li {
  position: relative;
  margin-top: 20px;
}
.buy-one label {
  position: absolute;
  left: 10px;
  top: 6px;
  color: #999;
}
.buy-one .login-input {
  padding-left: 15px;
}
.login-box .buy-one .dlsub {
  text-indent: 0;
  cursor: pointer;
  background-color: #006fdb;
}
.top2 {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0551a8;
  z-index: 200;
}
.top2 .logo {
  line-height: 70px;
  padding-left: 30px;
}
.logo {
  display: inline-block;
  float: left;
}
.top-right2 {
  position: relative;
  padding-left: 300px;
}
.site-link {
  display: inline-block;
}
.site-link > ul > li {
  display: inline-block;
  float: left;
}
.site-link > ul > li a {
  color: #fff;
  display: block;
  line-height: 70px;
  position: relative;
  padding: 0 15px;
}
.site-link > ul > li a:hover {
  color: #FFD737;
}
.site-link > ul > li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 30px;
  right: -1px;
}
.site-link li:last-child a:after {
  display: none;
}
.qz-user-login {
  line-height: 30px;
  margin-top: 20px;
  padding-right: 20px;
  color: #fff;
}
.qz-user-login a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.qz-user-login a:hover {
  color: #FFD737;
}
.qz-user-login a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 10px;
  right: -1px;
}
.qz-user-login > p {
  display: inline-block;
}
.qz-user-login > p a:last-child::after {
  display: none;
}
.qz-user-login .logined {
  margin-left: 10px;
  display: inline-block;
  height: 30px;
  position: relative;
  line-height: 30px;
}
.qz-user-login .logined a {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  float: right;
  margin-left: 10px;
}
.qz-user-login .logined a i {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
  transform: scale(0.9);
}
.qz-user-login .logined a:after {
  display: none;
}
.qz-user-login .logined .qz-user-menu {
  padding: 10px 0;
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
  top: 30px;
  min-width: 120px;
}
.qz-user-login .logined .qz-user-menu a {
  color: #000;
  line-height: 30px;
  display: block;
  height: 30px;
  text-align: center;
  float: inherit;
}
.qz-user-login .logined .qz-user-menu a:hover {
  color: #006fdb;
}
.qz-user-login .logined:hover .qz-user-menu {
  display: block;
}
.iframeBox {
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  bottom: 0;
  width: 100%;
}
.d-box {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
}
.d-left {
  width: 300px;
  float: left;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.d-left .close-side {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  color: #409EFF;
  background: #ecf5ff;
  border: 1px solid #b3d8ff;
  line-height: 1;
  padding: 5px 8px;
  margin-top: 12px;
}
.d-put {
  background-color: #eef1f9;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  transform: all .3s;
}
.d-put p {
  margin-top: 10px;
  background-color: #409eff;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.classLeft .d-put {
  left: 0;
}
.classLeft .d-left-main {
  display: none;
}
.d-left-head {
  background-color: #eef1f9;
  line-height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(72, 115, 228, 0.1);
  position: relative;
}
.d-left-head .close-side {
  float: right;
  margin-right: 10px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 20;
  right: 10px;
  top: 0px;
}
.d-left-class {
  display: inline-block;
  position: relative;
}
.d-left-class .loc p {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.d-left-class .loc p::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 6px solid #999999;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.d-left-class .d-drop {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50px;
  left: 0px;
  right: 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: none;
  text-align: center;
}
.d-left-class .d-drop p {
  padding: 0 10px;
}
.d-left-class .d-drop p a {
  display: block;
  line-height: 36px;
}
.d-right {
  position: absolute;
  left: 310px;
  right: 0;
  top: 0;
  bottom: 0;
  float: left;
  overflow: auto;
  border-left: 1px solid rgba(72, 115, 228, 0.1);
}
.d-left-content {
  margin-top: 20px;
}
#splitDiv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  float: left;
  height: 100%;
  cursor: e-resize;
  width: 10px;
  z-index: 10;
  background-color: #eef1f9;
  border-left: 1px solid rgba(72, 115, 228, 0.1);
}
#splitDiv img {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.d-left-main {
  min-width: 300px;
  overflow: auto;
  height: 100%;
}
@font-face {
  font-family: 'ifont';
  src: url('../fonts/ifont.eot');
  src: url('../fonts/ifont.eot?#iefix') format('embedded-opentype'), url('../fonts/ifont.woff') format('woff'), url('../fonts/ifont.ttf') format('truetype'), url('../fonts/ifont.svg#ifont') format('svg');
  font-style: normal;
  font-weight: normal;
}
.ifont {
  font-family: "ifont" !important;
}
/*表格设置*/
.sel_style {
  position: relative;
  float: left;
  line-height: 22px;
  margin-right: 20px;
  font-size: 12px;
}
.sel_style .tit span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.sel_style .tit a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  vertical-align: middle;
}
.sel_style i {
  color: #757988;
}
.sel_style .opt {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.sel_style .opt a {
  display: block;
  height: 24px;
  line-height: 23px;
  padding: 0 10px;
}
.sel_style .tit a:hover {
  color: #fff;
  background-color: #2270c9;
  border: 1px solid #2270c9;
  text-decoration: none;
}
.sel_style .tit a:hover i {
  color: #fff;
}
.sel_type_opt {
  position: absolute;
  left: 100px;
  top: 200px;
  z-index: 9999;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sel_type_opt_inner {
  overflow: hidden;
}
.sel_type_opt a {
  float: left;
  height: auto;
  height: 90px;
  width: 90px;
  padding: 15px;
  margin-bottom: -1px;
  margin-right: -1px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.sel_type_opt a:hover {
  color: #fff;
  background-color: #2270c9;
  text-decoration: none;
}
.sel_type_opt i,
.sel_type_opt em {
  display: block;
}
.sel_type_opt i {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #52576c;
}
.sel_type_opt em {
  max-height: 28px;
  line-height: 14px;
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
}
.sel_type_opt a:hover i {
  color: #fff;
}
.sel_color1 a {
  font-size: 0;
}
.sel_color1 em,
.sel_color1 b {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.sel_color1 b {
  width: 8px;
  height: 12px;
  margin-left: 1px;
  margin-right: 1px;
}
.sel_color1 i {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.sel_color1 .tit a:hover {
  color: #262936;
  background-color: #fff;
}
.sel_color1 .opt a:hover {
  background-color: #fff;
}
.sel_color1 .opt a:hover em {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.sel_color1 .tit a:hover i {
  color: #757988;
}
/*颜色下拉框*/
.sel_color {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50px;
  height: 22px;
  border: 1px solid #ddd;
}
.sel_color em {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 16px;
  background-color: #0072c6;
}
.sel_color em:hover {
  cursor: pointer;
}
/*图标保存，打印，下载按钮*/
.save_wrap {
  text-align: right;
}
.save_wrap a,
.load_wrap a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  border: 1px solid #9699a4;
  border-radius: 2px;
  vertical-align: middle;
}
.load_wrap a {
  margin-left: 0;
  margin-right: 10px;
}
.save_wrap i {
  margin-right: 5px;
  color: #757988;
}
.save_wrap a:hover,
.load_wrap a:hover {
  background-color: #2270c9;
  border-color: #2270c9;
  text-decoration: none;
}
.save_wrap a:hover,
.save_wrap a:hover i,
.load_wrap a:hover {
  color: #fff;
}
.saveas_con {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 999;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.saveas_con:before,
.sel_style .opt:before,
.sel_type_opt:before,
.t_edit em:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  background: #fff;
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.saveas_con ul {
  overflow: hidden;
}
.saveas_con li {
  margin-top: -1px;
  border-top: 1px solid #eee;
}
.saveas_con a {
  display: block;
  height: 20px;
  line-height: 19px;
  margin: 5px 0;
  padding: 0 10px;
}
.saveas_con a:hover,
.sel_style .opt a:hover {
  color: #fff;
  background-color: #2270c9;
  text-decoration: none;
}
/*表格设置*/
.weekly {
  padding: 0 50px;
  margin: 0 auto;
  padding-top: 128px;
}
.weekly-list > ul {
  margin-left: -20px;
  margin-right: -20px;
}
.weekly-list > ul > li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
.weekly-info {
  background-color: #fff;
  padding: 30px 30px 30px 20px;
}
.weekly-info .pic {
  display: block;
  position: relative;
  width: 160px;
  float: left;
}
.weekly-info .txt {
  margin-left: 200px;
  padding-top: 10px;
  min-height: 207px;
}
.weekly-info .txt h2 {
  font-size: 20px;
  font-weight: bld;
  display: inline-block;
}
.weekly-info .txt .t {
  position: relative;
}
.weekly-info .txt .t .price {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  color: #ff2727;
  font-size: 16px;
  top: 4px;
  font-family: "century";
}
.weekly-info .txt .t .price2 {
  display: inline-block;
  color: #ff2727;
  font-size: 16px;
  font-family: "century";
  margin-left: 30px;
}
.weekly-info .txt .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  color: #707070;
  height: 72px;
  margin-top: 20px;
  line-height: 1.8;
}
.weekly-info .txt .cz {
  font-size: 14px;
  margin-top: 30px;
}
.weekly-info .txt .cz a,
.weekly-info .txt .cz p {
  display: inline-block;
}
.weekly-info .txt .cz p {
  float: right;
  color: #7595B5;
  line-height: 30px;
}
.weekly-info .txt .cz p a {
  color: #7595B5;
  margin-left: 20px;
}
.weekly-info .txt .cz p a i {
  font-size: 12px;
}
.weekly-info .txt .cz p a:hover {
  color: #006fdb;
}
.weekly-info .txt .cz .btnBlue {
  margin-right: 10px;
}
.btnBlue {
  border: 1px solid #B3D8FF;
  background-color: #ECF5FF;
  color: #006fdb;
  height: 30px;
  padding: 0 18px;
  line-height: 28px;
  border-radius: 2px;
}
.btnBlue:hover {
  background-color: #006fdb;
  color: #fff;
  border-color: #006fdb;
}
.weekly-class {
  background-color: #fff;
  border-radius: 2px;
  width: 300px;
  float: left;
}
.weekly-class h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  color: #006fdb;
}
.weekly-class h2 span {
  display: inline-block;
  float: right;
}
.weekly-class > ul {
  padding: 0 20px;
}
.weekly-class > ul > li {
  border-bottom: 1px dotted #ddd;
  position: relative;
}
.weekly-class > ul > li a {
  display: block;
  padding: 12px 0;
}
.weekly-class > ul > li span {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  display: inline-block;
  color: #A9C8DE;
  padding-top: 12px;
}
.weekly-class > ul > li:last-child {
  border-bottom: 0px;
}
.weekly-my-left {
  background-color: #fff;
  border-radius: 2px;
  width: 300px;
  float: left;
}
.weekly-my-left > ul > li a {
  border-bottom: 1px solid #eee;
  display: block;
  padding: 15px;
}
.weekly-my-left > ul > li a i {
  float: right;
  font-size: 14px;
}
.weekly-my-left > ul > li.active a {
  color: #006fdb;
}
.weekly-cy {
  width: calc(100% - 350px);
  background-color: #fff;
  float: right;
  padding: 0 30px;
}
.weekly-cy .weekly-info {
  padding: 40px 0;
  padding-left: 0;
  padding-right: 0;
}
.weekly-cy .weekly-info .pic {
  width: 210px;
  height: 150px;
  text-align: center;
}
.weekly-cy .weekly-info .pic img {
  width: 160px;
}
.weekly-cy .weekly-info .txt {
  margin-left: 250px;
}
.weekly-new {
  padding-bottom: 100px;
  border-top: 2px solid #eee;
  padding-top: 50px;
}
.weekly-new h3 {
  font-size: 24px;
}
.weekly-newlist > ul > li {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
.weekly-newlist .weekly-info {
  padding: 0;
}
.weekly-newlist .weekly-info .pic {
  width: 210px;
  height: 150px;
}
.weekly-newlist .weekly-info .pic img {
  width: 210px;
  height: 150px;
  object-fit: cover;
}
.weekly-newlist .weekly-info .txt {
  margin-left: 250px;
  padding-top: 0;
  min-height: 150px;
}
.weekly-newlist .weekly-info .txt h2 {
  font-weight: normal;
}
.weekly-newlist .weekly-info .txt .cz {
  margin-top: 25px;
}
.weekly-newlist .weekly-info .txt .cz a {
  float: left;
  margin-right: 30px;
}
.weekly-newlist .weekly-info .txt .cz p {
  float: left;
  color: #707070;
}
.weekly-newlist .weekly-info .txt .cz p span {
  color: #7597B7;
  margin-right: 20px;
}
.weekly-newlist .weekly-info .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 46px;
  margin-top: 15px;
}
.weekly-content {
  padding: 50px;
}
.weekly-content h2 {
  font-size: 24px;
  text-align: center;
}
.weekly-content .tips {
  font-size: 14px;
  color: #707070;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.weekly-content .tips span {
  color: #7595B5;
  margin-right: 15px;
}
.weekly-content .summary {
  background-color: #FAFAFA;
  padding: 30px;
}
.weekly-content .summary span {
  display: block;
  position: relative;
  float: left;
  width: 60px;
}
.weekly-content .summary p {
  margin-left: 60px;
}
.weekly-content .summary,
.weekly-content .content {
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.weekly-content .content {
  margin-top: 40px;
}
.weekly-content .content > p,
.weekly-content .content > div {
  margin-bottom: 20px;
}
.weekly-content .down {
  text-align: center;
  margin-top: 30px;
}
.weekly-content .down a {
  background: #E76132;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #fc8264 0%, #e76132 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #fc8264 0%, #e76132 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fc8264 0%, #e76132 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC8264', endColorstr='#E76132', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  height: 64px;
  border-radius: 2px;
  display: inline-block;
  line-height: 64px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}
.weekly-content .down a img {
  margin-right: 10px;
}
.weekly-content .down a.doc {
  background: #2480F2;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #5596fe 0%, #2480f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #5596fe 0%, #2480f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5596fe 0%, #2480f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5596FE', endColorstr='#2480F2', GradientType=1);
}
.modelContent2 {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.weekly-rss .pic {
  width: 180px;
  position: relative;
  float: left;
}
.weekly-rss .info {
  margin-left: 240px;
}
.weekly-rss .info h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.weekly-rss .info > p,
.weekly-rss .info > div {
  color: #707070;
  font-size: 14px;
}
.weekly-rss .info .year {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.weekly-rss .info .year p {
  display: inline-block;
  background-color: #ECF5FF;
  border: 1px solid #B3D8FF;
  padding: 6px 20px;
  border-radius: 2px;
  color: #006fdb;
  margin-right: 10px;
  cursor: pointer;
}
.weekly-rss .info .year p.active {
  background-color: #006fdb;
  color: #fff;
  border-color: #006fdb;
}
.weekly-rss .total {
  padding: 20px 0;
  background-color: #F6FAFC;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.weekly-rss .total label {
  font-size: 16px;
}
.weekly-rss .total .money {
  font-size: 24px;
  color: #ff2727;
  display: inline-block;
}
.weekly-rss .order-pay p {
  margin-top: 10px;
}
.weekly-rss .order-pay p span {
  color: #000;
}
.weekly-rss .order-pay p .blue {
  color: #006fdb;
}
.weekly-rss .order-pay p .red {
  color: #ff2727;
}
.weekly-rss .pay {
  margin-top: 52px;
}
.weekly-rss .pay > div {
  display: inherit;
  float: left;
  margin-right: 50px;
}
.weekly-rss .pay a {
  width: 180px;
  height: 52px;
  border: 1px solid #07A0F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 16px;
}
.weekly-rss .pay a i {
  font-size: 24px;
  color: #07A0F8;
  margin-right: 10px;
}
.weekly-rss .pay .wxpay {
  height: 277px;
}
.weekly-rss .pay .wxpay a {
  border-color: #24AF41;
}
.weekly-rss .pay .wxpay a i {
  color: #24AF41;
}
.weekly-rss .pay .wxpay a:hover {
  color: #24AF41;
}
.weekly-rss .pay .wxpay-code {
  border: 1px solid #24AF41;
  border-radius: 2px;
  margin-top: 10px;
  text-align: center;
  padding: 20px;
  display: none;
}
.weekly-rss .pay .wxpay-code img {
  width: 140px;
}
.weekly-my-box .weekly-new {
  border-top: 0;
  padding-top: 30px;
  position: relative;
}
.weekly-fliter {
  position: absolute;
  right: 0;
  top: 30px;
}
.weekly-fliter-select {
  position: relative;
}
.weekly-fliter-select > a {
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  position: relative;
  z-index: 15;
}
.weekly-fliter-select > div {
  position: absolute;
  content: "";
  display: inline-block;
  top: 34px;
  border: 1px solid #B3D8FF;
  background-color: #ECF5FF;
  left: 0;
  right: 0;
  font-size: 14px;
  padding: 10px 0;
  border-top: 0;
  z-index: 10;
  display: none;
}
.weekly-fliter-select > div > ul > li {
  text-align: center;
}
.weekly-fliter-select > div > ul > li a {
  display: block;
  padding: 6px 18px;
}
.weekly-fliter-select:hover .btnBlue {
  background-color: #006fdb;
  color: #fff;
  border-color: #006fdb;
}
.weekly-fliter-select:hover > div {
  display: block;
}
.weekly-table {
  width: 100%;
  font-size: 14px;
}
.weekly-table th {
  background-color: #F5F7FA;
}
.weekly-table td,
.weekly-table th {
  padding: 12px 10px;
  border-bottom: 1px solid #EBEEF5;
}
.weekly-table tr:hover td {
  background-color: #F5F7FA;
}
.unsee {
  width: 100%;
  background-color: #FCF1EE;
  margin: 0 auto;
  padding: 12px 20px;
  color: #707070;
}
.unsee p {
  display: inline-block;
}
.unsee span {
  color: #ff2727;
}
